<?xml version="1.0" encoding="UTF-8"?>
<createShipmentRequest>
    <integrationHeader>
        <transactionId>abcdefghh</transactionId>
        <applicationId>INTERSOFT</applicationId>
        <userId>Intersoft1</userId>
        <password>Testing@1</password>
    </integrationHeader>
    <shipment>
        <shipper>
            <shipperCompanyName>Shipper Company</shipperCompanyName>
            <shipperAddressLine1>12 High Street</shipperAddressLine1>
            <shipperAddressLine2>Shipper 2</shipperAddressLine2>
            <shipperAddressLine3>Shipper 3</shipperAddressLine3>
            <shipperCity>Slough</shipperCity>
            <shipperCounty>Berkshire</shipperCounty>
            <shipperCountryCode>GB</shipperCountryCode>
            <shipperPostCode>SL2 6BJ</shipperPostCode>
            <shipperContactName>Shipper Contact Name</shipperContactName>
            <shipperPhoneNumber>01234567890</shipperPhoneNumber>
            <shipperVatNumber>VAT123456789012</shipperVatNumber>
			<shipperEoriNumber>GB123345566709621</shipperEoriNumber>
            <shipperEmailAddress>SUPPORT@INTERSOFT.CO.UK</shipperEmailAddress>
            <shipperReference>CA160560560633</shipperReference>
            <shipperDeptCode></shipperDeptCode>
        </shipper>
        <destination>
            <destinationCompanyName>US Company</destinationCompanyName>
            <destinationAddressLine1>Unit G Kingsway Business Park</destinationAddressLine1>
            <destinationAddressLine2>64 Red Lion Street</destinationAddressLine2>
            <destinationAddressLine3></destinationAddressLine3>
            <destinationCity>New York</destinationCity>
            <destinationCounty>NY</destinationCounty>
            <destinationCountryCode>US</destinationCountryCode>
            <destinationPostCode>10011</destinationPostCode>
            <destinationContactName>CONTACT NAME</destinationContactName>
            <destinationPhoneNumber>07123456789</destinationPhoneNumber>
            <destinationVatNumber></destinationVatNumber>
            <destinationEmailAddress>xxx@xxx.com</destinationEmailAddress>
			<destinationEoriNumber></destinationEoriNumber>
            <destinationPudoId></destinationPudoId>
        </destination>
        <shipmentInformation>
            <shipmentDate>2020-11-17</shipmentDate>
            <serviceCode>OLA</serviceCode>
            <preAllocatedTrackingNumber></preAllocatedTrackingNumber>
            <serviceOptions>
                <postingLocation>9000257150</postingLocation>
                <serviceLevel>01</serviceLevel>
                <serviceFormat>E</serviceFormat>
                <safePlace></safePlace>
                <serviceEnhancements>
                    <serviceEnhancementCode></serviceEnhancementCode>
                    <serviceEnhancementCode></serviceEnhancementCode>
                </serviceEnhancements>
            </serviceOptions>
            <totalPackages>1</totalPackages>
            <totalWeight>1.1</totalWeight>
            <weightId>K</weightId>
            <unitOfMeasurement>C</unitOfMeasurement>
            <product>NDX</product>
            <descriptionOfGoods>SKIN CARE</descriptionOfGoods>
	    <reasonForExport>Sale of Goods</reasonForExport>
            <declaredValue>82.33</declaredValue>
            <declaredCurrencyCode>GBP</declaredCurrencyCode>
            <terms>DDU</terms>
			<businessTransactionType></businessTransactionType>
            <customsInformation>
                <preRegistrationNumber></preRegistrationNumber>
                <preRegistrationType></preRegistrationType>
                <shippingCharges>1.00</shippingCharges>
                <otherCharges>2.00</otherCharges>
                <quotedLandedCost>3.00</quotedLandedCost>
				<invoiceNumber>12345678</invoiceNumber>
                <invoiceDate>2020-05-05</invoiceDate>
                <exportLicence>True</exportLicence>
                <addresseeIdentificationReferenceNumber>AIR66554433</addresseeIdentificationReferenceNumber>
		<additionalHandlingFeesPaid>Y</additionalHandlingFeesPaid>
            </customsInformation>
            <labelImageFormat>PDF</labelImageFormat>
	    <silentPrintProfile/>
            <shipmentAction/>
	    <packages>
                <package>
                    <packageId>1</packageId>
                    <weight>1.1</weight>
                    <length>12</length>
                    <width>25</width>
                    <height>2</height>
                </package>
            </packages>
            <itemInformation>
                <packageId>1</packageId>
                <itemHsCode>9999999999</itemHsCode>
                <itemDescription>FOREO LUNA MINI</itemDescription>
                <itemQuantity>1</itemQuantity>
                <itemValue>51.85</itemValue>
                <itemCOO>IT</itemCOO>
                <itemSku>6734567812</itemSku>
		<manufactureProductId>MANID</manufactureProductId>
                <standardisedProductId>STANID</standardisedProductId>
                <itemNetWeight>0.1</itemNetWeight>
                <imageURL>http://www.gstatic.com/webp/gallery/1.jpg</imageURL>
            </itemInformation>
        </shipmentInformation>
    </shipment>
</createShipmentRequest>